From f9150fd9ab639900ad8fefde43b1d9635f2b3f3d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 25 May 1993 20:05:02 +0000 Subject: [PATCH] (HAVE_GETTIMEOFDAY): Deleted. --- src/s/dgux.h | 6 ------ src/s/esix.h | 1 - src/s/hpux.h | 2 -- 3 files changed, 9 deletions(-) diff --git a/src/s/dgux.h b/src/s/dgux.h index 4bda11b0abe..753a838a2c1 100644 --- a/src/s/dgux.h +++ b/src/s/dgux.h @@ -173,12 +173,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define BAUD_CONVERT { 0, 110, 134, 150, 300, 600, 1200, 1800, 2400, \ 4800, 9600, 19200, 38400 } -/* - * Define HAVE_GETTIMEOFDAY if gettimeofday() system call is available. - */ - -#define HAVE_GETTIMEOFDAY - /* * Define NLIST_STRUCT if the system has nlist.h */ diff --git a/src/s/esix.h b/src/s/esix.h index 6a228590a2b..57e241b47da 100644 --- a/src/s/esix.h +++ b/src/s/esix.h @@ -15,7 +15,6 @@ /* If using Roell's X server, define X11R4 */ #ifdef X11R4 /* Roell's X server */ -#define HAVE_GETTIMEOFDAY /* Thomas Roell's X11R4 lib defines gettimeofday */ #define select sys_select /* Emacs select() not good enough? */ #undef LIBX11_SYSTEM #define LIBX11_SYSTEM -lpt diff --git a/src/s/hpux.h b/src/s/hpux.h index 7b29e2ce148..a47592d0768 100644 --- a/src/s/hpux.h +++ b/src/s/hpux.h @@ -224,8 +224,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Some additional system facilities exist. */ -#define HAVE_GETTIMEOFDAY - #define HAVE_VFORK #define HAVE_PERROR /* Delete this line for version 6. */ -- 2.30.2